-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[processor/memorylimiter] Add profiles support to memorylimiter processor #12454
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (91.89%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #12454 +/- ##
==========================================
- Coverage 92.11% 92.10% -0.01%
==========================================
Files 467 467
Lines 25252 25269 +17
==========================================
+ Hits 23260 23274 +14
- Misses 1590 1592 +2
- Partials 402 403 +1 ☔ View full report in Codecov by Sentry. |
042af5e
to
7c44f5d
Compare
You need to run |
When I run
But when I run
@dmathieu any hints? |
You need to add You also need to add it there: You should be able to run both crosslink and otelcolgen in any order and keep a clean repository. |
cc @open-telemetry/collector-maintainers |
Signed-off-by: Israel Blancas <[email protected]>
4397725
Description
Add profiles support to the memorylimiter processor.
Link to tracking issue
Fixes #12453